/*******************************
	Global
*******************************/

html,
body {
    position: relative;
    z-index: 0;
    height: 100%;
    font-size: 15px;
}

body {
    margin: 0px;
    padding: 0px;
    min-width: 320px;
    background: #FFFFFF;
    color: #555555;
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    text-rendering: optimizeLegibility;
}

body:before {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: url('bg.jpg') no-repeat center;
    background-size: cover;
    content: '';
}

#center_clmn {
    margin-left: 0 auto;
    border: 1px solid #aaaaaa;
    background: #FFE4B5;
    -webkit-box-shadow: 0 0 15px #555;
    -moz-box-shadow: 0 0 15px #555;
    box-shadow: 0 0 15px #555;
    filter: progid:DXImageTransform.Microsoft.shadow(direction=0, color=#555, strength=15);
    filter: progid:DXImageTransform.Microsoft.shadow(direction=90, color=#555, strength=15);
    filter: progid:DXImageTransform.Microsoft.shadow(direction=180, color=#555, strength=15);
    filter: progid:DXImageTransform.Microsoft.shadow(direction=270, color=#555, strength=15);
    zoom: 1;
    -khtml-box-shadow: 0 0 15px #555;
    -o-box-shadow: 0 0 15px #555;
}

/*******************************
	UI Overrides
*******************************/

.ui.header {
	font-family: 'Source Sans Pro', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.ui.header,
h1,
h2 {
	font-weight: normal !important;
}

h1.ui.header {
	font-size: 3em;
}

h4.ui.header,
h5.ui.header,
.ui.icon.header {
	font-weight: bold !important;
}

.ui.button {
	text-decoration: none;
    font-weight: normal;
}

a {
	color: #0055b3;
	text-decoration: none;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

a:hover {
	color: #006de8;
}

p a {
	font-weight: bold;
}

/*******************************
	Global
*******************************/

.menu .right.menu > .mobile.item {
	display: none;
}

.ui.page.grid.segment {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.masthead.segment {
	overflow: hidden;
    margin: 0em;
    padding-top: 4rem;
    background-image: url("images/bg.jpg");
    background-size: cover;
    -webkit-box-shadow: 0 -20px 10px 0 rgba(0, 0, 0, 0.1) inset !important;
    box-shadow: 0 -20px 10px 0 rgba(0, 0, 0, 0.1) inset !important;
    -webkit-background-size: cover;
}

.masthead.segment .column {
    position: relative;
}

.masthead.segment .information {
    margin: 3em 1em 1em 280px;
}

.masthead.segment .information p {
    margin: 0em 0px 2em 0em;
    max-width: 600px;
    font-size: 1.2em;
}

.masthead.segment h1.ui.header .sub {
    font-size: 0.7em;
}

.masthead.segment .image {
    position: absolute;
    bottom: -110px;
    left: 0%;
}

.overview .divided.grid .header + p {
    min-height: 100px;
}

.ui.shape .icon,
.link.list .icon {
    margin: 0em;
    padding: 0em;
}

.ui.cube.shape .side {
    background-color: transparent;
}

/*
	Softpage
*/
#details_table tbody tr {
    padding: 8px;
}

#details_table tbody tr td {
    padding: 8px;
}

.screen_int {
    position: absolute !important;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 160px;
    align: left;
}

.screen_link {
    top: 30px
}

li {
    list-style-type: none; /* Убираем маркеры */
}

.sc_tab h2 {
    margin-top: -5px;
    font-size: 18px
}

.sc_tab span {
    font-size: 0.875rem;
}

.shot {
    overflow: hidden;
    padding: 3px;
    width: 160px;
    height: 112px;
    border: 1px solid #ccc;
    background-color: #fff !important;
    opacity: 0.7;
}

.shot span {
    overflow: hidden;
    width: 160px;
    height: 112px;
    vertical-align: middle;
}

.zm {
    position: absolute;
    top: 30px;
    left: 54px;
    width: 62px;
    height: 62px;
    opacity: 0.70;
}

.ih2 {
    display: block;
    margin-top: -5px;
    margin-bottom: 15px;
    color: rgb(85, 85, 85);
    text-align: left;
    font-weight: normal !important;
    font-size: 18px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.ih2_s {
    display: block;
    margin-bottom: 15px;
    color: rgb(85, 85, 85);
    text-align: left;
    font-weight: normal !important;
    font-size: 18px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.tab {
    display: inline-block;
    margin-bottom: -1px;
    margin-left: 2px;
    padding: 8px;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    background: #696969;
    color: #FFF;
    font-weight: bold;
    font-size: 13px;
    cursor: pointer;
}

.tab:hover {
    margin-bottom: -1px;
    border-bottom: 0px solid #CCC;
    background: #585A52;
}

.tabactive {
    display: inline-block;
    margin-bottom: -1px;
    margin-left: 2px;
    padding: 8px;
    border: 1px solid #CCC;
    border-bottom: 0px solid #CCC;
    background: #FFF;
    font-weight: bold;

    font-size: 13px;
    cursor: pointer;
}

.down_block {
    border-radius: 0px !important;
    background: #FEFDFD
}

.down_block_mh {
    min-height: 150px;
    border-radius: 0px !important;
    background: #FEFDFD
}

.cmts {
    padding-bottom: 9px !important;
    width: 600px;
    box-shadow: 0 0 3px #D8D8D8;
    color: rgb(51, 51, 51) !important;
}

.cmts2 {
    margin-left: 150px !important;
    width: 550px;
    border-radius: 5px 0 0 5px;
    background-color: #dfeecf !important;
    box-shadow: 0 0 3px #B2B2B2 !important;
    color: rgb(51, 51, 51) !important;
}

.cmts p {
    margin-top: 25px
}

.cmts2 p {
    margin-top: 25px
}

.cmt_date {
    float: right;
    margin-top: -7px !important;
    color: #666666;
    font-size: 12px;
}

.cmt_opt {
    margin-top: -7px;
    margin-bottom: -10px;
    color: #666666;
    font-size: 12px
}

/*******************************
	Responsive
*******************************/

/* Mobile Only */

@media only screen and (max-width: 768px) {
    .ui.page.grid.segment {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .menu .right.menu > .item {
        display: none;
    }

    .menu .right.menu > .mobile.item {
        display: block;
    }

    h1.ui.header {
        font-size: 1.5em;
    }

    .masthead.segment {
        background-size: auto;
        -webkit-background-size: auto;
    }

    .masthead.segment .information {
        margin-left: 190px;
    }

    .masthead.segment .image {
        bottom: -65px;
        width: 150px;
    }

    .masthead.segment .button {
        font-size: 1rem;
    }

    .overview .divided.grid .header .icon {
        font-size: 1.5em;
    }

    .overview .divided.grid .header + p {
        min-height: 0px;
    }

    .masthead.segment .column {
        font-size: 0.7rem;
    }

    .masthead.segment .column p {
        display: none;
    }
}

/* added 25.04.2017 */

.page__wrapper {
    position: relative;
    z-index: 2;
    margin-bottom: -153px !important;
    min-height: 100%;
    height: auto;
}

.page__wrapper:after {
    position: relative;
    z-index: 1;
    display: block;
    height: 153px;
    content: "";
}

.page__footer {
    position: relative;
    z-index: 2;
    overflow: hidden;
    height: 153px;
}

.mod-logo__wrapper {
    padding: 15px;
    background-color: #fff;
    text-align: left;
}

.mod-logo {
    display: inline-block;
    clear: both;
    overflow: hidden;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
}

.mod-logo__image {
    display: block;
    float: left;
    margin-right: 10px;
    width: 40px;
    height: 40px;
}

.mod__flr {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    float: right;
}

.mod__flr > .button {
    margin-left: 1em !important;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    -o-order: 2;
    order: 2;
}

.ui.four.connected.items .content .description a {
    display: inline-block;
    overflow: hidden;
    height: 16px;
    line-height: 17px;
}

.ui.center.aligned.page.grid, .ui.center.aligned.inverted.black.page.grid.segment {
    position: relative;
    z-index: 2;
}

#gen_box > .ui.segment {
    padding-bottom: 30px;
}

.ui.compact.menu {
    display: none;
}

.ui.compact.menu .menu > .item > .item {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
}

@media (max-width: 400px) {
    .mod__flr {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        justify-content: center;
    }

    .mod__flr > .button {
        margin-left: 0 !important;
    }

    .table-resp, .table-resp tbody, .table-resp tr, .table-resp td {
        display: block;
    }

    .ui.four.connected.items > .item {
        width: 100%;
        border-radius: 0 0 .33em .33em;
    }

    .ui.items .item > .image {
        margin-left: 0 !important;
        width: 100% !important;
        height: auto !important;
    }

    .ui.items .item > .image img {
        width: 100% !important;
        height: auto !important;
    }

    .t_but_sc {
        font-size: 0;
    }

    .t_but_sc i {
        margin: 0 5px !important;
        font-size: 13px;
    }
}

@media (max-width: 640px) {
    .table-info, .table-info tbody, .table-info tr, .table-info td {
        display: block !important;
        width: auto !important;
    }

    .table-info {
        margin-top: 40px;
    }

    .table-info td:first-child {
        padding-bottom: 30px;
    }

    .mod__flr {
        float: none;
        padding-top: 10px;
    }

    .table-similiar, .table-similiar tbody, .table-similiar tr, .table-similiar td {
        display: block !important;
    }

    .table-similiar li {
        padding: 4px 0 4px 7px;
        line-height: 16px;
    }

    .table-similiar li img {
        display: block;
        float: left;
        margin-right: 6px;
    }
}

@media (max-width: 768px) {
    #details_table tbody tr {
        border-bottom: none;
    }

    #details_table td:first-child {
        padding-bottom: 0;
        padding-left: 0;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    #details_table td:last-child {
        padding-left: 22px;
    }

    .table-screens, .table-screens tbody, .table-screens tr, .table-screens td {
        display: block !important;
    }

    .table-screens td {
        padding-bottom: 20px;
    }
	
	.ui.top.attached.menu a {
        display: none;
    }
	
    .ui.compact.menu {
        display: block;
    }

    .ui.top.attached.menu.small > a.item {
        /*display: none;*/
    }

    #gen_box > .ui.segment {
        padding-bottom: 15px;
    }

    .ui.four.connected.items {
        display: block;
    }

    .ui.four.connected.items > .item {
        display: block;
        float: left;
        margin-right: 0;
        margin-bottom: 15px;
        margin-left: 0;
        min-height: 0;
        width: 50%;
    }

    .ui.four.connected.items > .item:nth-child(2) {
        border-radius: 0 0 .33em;
        /*clear: both;*/
    }

    .ui.four.connected.items > .item:nth-child(3) {
        border-radius: 0 0 0 .33em;
    }
}

.header .ui.rating {margin-top: 3px !important;}

#installpack-table {
    margin-bottom: 30px;
    margin-top: 20px;
    color: #555;
    font-size: 18px;
    text-align: center;
    font-family: Roboto, sans-serif;
}
#installpack-table table {
    width: 90%;
    max-width: 750px;
    margin: 0 auto;
    font-size: 0.8em;
}
#installpack-table th {
    text-align: center;
    line-height: 1;
}
#installpack-table th:first-child, #installpack-table th:last-child {
    width: 20%;
}
#installpack-table .ip-label {
    display: inline-block;
    font-size: 0.8em;
    font-weight: 300;
    background-color: #0091ca;
    color: #fff;
    padding: 4px 8px;
    margin-bottom: 2px;
}
#installpack-table td {
    border-bottom: 1px solid rgba(82, 78, 71, 0.1);
    padding: 2px 8px;
    line-height: 1;
    letter-spacing: 1px;
}
#installpack-table tr:last-child td {
    border-bottom: 1px solid transparent;
}
#installpack-table td i {
    display: inline-block;
    width: 24px;
    height: 24px;
}
#installpack-table .chek,
#installpack-table .uncheck {
  background: url("/img/icons.svg") no-repeat;
}

#installpack-table td i.chek {
    background-position: 0 -24px;
    background-size: 24px;
}
#installpack-table td i.uncheck {
    background-position:0 -48px;
    background-size: 24px;
}
#installpack-table .buttons-wrapper {
    max-width: 790px;
    margin: 0 auto;
    font-family: Roboto, sans-serif;
}
#installpack-table .fleft {
    float: left;
    text-align: left;
    width: 50%;
}
#installpack-table .fright {
    float: right;
    text-align: right;
    width: 50%;
}
#installpack-table .btn {
    cursor: pointer;
    padding: 22px 24px 24px 94px;
    position: relative;
    white-space: normal;
    color: rgba(51, 51, 51, 1);
    background-color: rgba(255, 255, 255, 1);
    line-height: 1;
    text-align: center;
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: transparent;
    display: inline-block;
    border-radius: 5px;
    box-sizing: border-box;
    text-decoration: none;
}
#installpack-table .btn:not(.btn-windows):before {
    content: '';
    position: absolute;
    width: 43px;
    height: 43px;
    top: 50%;
    left: 0;
    margin: -22px 0 0 16px;
    border-radius: 50%;
    padding: 6px 8px 8px 8px;
    border-top: 2px solid rgba(0, 0, 0, .05);
    box-sizing: border-box;
    background-size: 150px 150px;
}
#installpack-table .btn-installpack:before {
    content: '';
    background: url('/img/icons.svg') no-repeat -53px -5px rgba(0, 0, 0, 0.1);
    background-size: 150px 150px;
}
#installpack-table .btn-tabs {
    vertical-align: top;
}
#installpack-table .btn-installpack {
    background-color: #0091ca;
    color: #fff;
}
#installpack-table .btn-installpack:hover {
    background-color: #0082b5;
}
#installpack-table .btn-windows {
    background-color: #8fa290e6;
    color: #fff;
    padding-left:24px !important;
    padding-right:24px !important;
    width: 225px !important;
    min-width: 225px !important;
}
#installpack-table .btn-tabs {
    margin: 0 20px 20px;
    padding: 12px 34px 14px 104px;
    min-width: 320px;
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.5);
    font-weight: 300;
}
#installpack-table .btn-tabs .btn-tabs-text {
    position: relative;
    font-size: 12px;
    text-shadow: 0px -1px 4px rgba(0, 0, 0, 0.1);
}
#installpack-table .btn-tabs.r2 {
    padding: 18px 34px 14px 104px;
}
#installpack-table .btn span {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    display: block;
}
#installpack-table .btn-tabs.r2 span {
    padding-bottom: 6px;
}
#installpack-table .btn-tabs-text:not(.btt-win):before {
    content: '';
    display: block;
    height: 100%;
    min-height: 50px;
    position: absolute;
    left: -20px;
    border-left: 1px rgba(0, 0, 0, .1) solid;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#installpack-table p {
	margin: 10px 50px 50px;
	font-size: 0.8em;
} 

#installpack-table {
    margin: 20px 10px;
    padding: 10px;
    color: #555;
    font-size: 13px;
    text-align: center;
    font-family:inherit;
}

#installpack-table table {
    width: 85%;
    max-width: 750px;
    margin: 0 auto;
    border: none;
    font-size: 100%;
}

#installpack-table th:first-child, #installpack-table th:last-child {
    width: 15%;
}
#installpack-table td,
#installpack-table th,
#installpack-table tr {
    background: none;
    letter-spacing: 0px;
}

#installpack-table .btn-tabs {
    margin: 0 20px 20px;
    padding: 17px 34px 17px 95px;
    min-width: 110px;
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.5);
    font-weight: 300;
}

#installpack-table p {
    margin: 10px 40px 0px 40px;
    font-size: 12px;
    padding: 0px;
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}